build: Check for mallinfo2 instead of mallinfo
authorTimm Bäder <mail@baedert.org>
Fri, 12 Feb 2021 07:36:21 +0000 (08:36 +0100)
committerTimm Bäder <mail@baedert.org>
Fri, 12 Feb 2021 07:39:40 +0000 (08:39 +0100)
commit6e4bba3d758cf6b0849dbca0e0d1174446eb7207
tree052ed849d0702004cc78329374c3acd3615cf7ea
parent9f10f9a5956b554daf4449e93620f7145bb8f941
build: Check for mallinfo2 instead of mallinfo

Similar to https://github.com/llvm/llvm-project/commit/e89fcbfad6a3edb203ebdc2b1ead275fe909281a
but the tests we use mallinfo() in really aren't important to not worth
the effort to differentiate between mallinfo and mallinfo2. Only check
for mallinfo2().
meson.build